list comprehension - определение. Что такое list comprehension
Diclib.com
Словарь ChatGPT
Введите слово или словосочетание на любом языке 👆
Язык:

Перевод и анализ слов искусственным интеллектом ChatGPT

На этой странице Вы можете получить подробный анализ слова или словосочетания, произведенный с помощью лучшей на сегодняшний день технологии искусственного интеллекта:

  • как употребляется слово
  • частота употребления
  • используется оно чаще в устной или письменной речи
  • варианты перевода слова
  • примеры употребления (несколько фраз с переводом)
  • этимология

Что (кто) такое list comprehension - определение

Найдено результатов: 58687
List comprehension         
SYNTACTIC CONSTRUCT FOR CREATING A LIST BASED ON EXISTING LISTS
ZF expression; Parallel list comprehension; Parallel comprehension; Generator expression; Monad comprehension; List comprehensions; Array comprehension; Sequence comprehension; Python comprehension; Dictionary comprehension
A list comprehension is a syntactic construct available in some programming languages for creating a list based on existing lists. It follows the form of the mathematical set-builder notation (set comprehension) as distinct from the use of map and filter functions.
list comprehension         
SYNTACTIC CONSTRUCT FOR CREATING A LIST BASED ON EXISTING LISTS
ZF expression; Parallel list comprehension; Parallel comprehension; Generator expression; Monad comprehension; List comprehensions; Array comprehension; Sequence comprehension; Python comprehension; Dictionary comprehension
<functional programming> An expression in a {functional language} denoting the results of some operation on (selected) elements of one or more lists. An example in Haskell: [ (x,y) | x <- [1 .. 6], y <- [1 .. x], x+y < 10] This returns all pairs of numbers (x,y) where x and y are elements of the list 1, 2, ..., 10, y <= x and their sum is less than 10. A list comprehension is simply "syntactic sugar" for a combination of applications of the functions, concat, map and filter. For instance the above example could be written: filter p (concat (map ( x -> map ( y -> (x,y)) [1..x]) [1..6])) where p (x,y) = x+y < 10 According to a note by Rishiyur Nikhil <nikhil@crl.dec.com>, (August 1992), the term itself seems to have been coined by Phil Wadler circa 1983-5, although the programming construct itself goes back much further (most likely Jack Schwartz and the SETL language). The term "list comprehension" appears in the references below. The earliest reference to the notation is in Rod Burstall and John Darlington's description of their language, NPL. David Turner subsequently adopted this notation in his languages SASL, KRC and Miranda, where he has called them "{ZF expressions}", set abstractions and list abstractions (in his 1985 FPCA paper [Miranda: A Non-Strict Functional Language with Polymorphic Types]). ["The OL Manual" Philip Wadler, Quentin Miller and Martin Raskovsky, probably 1983-1985]. ["How to Replace Failure by a List of Successes" FPCA September 1985, Nancy, France, pp. 113-146]. (1995-02-22)
ZF expression         
SYNTACTIC CONSTRUCT FOR CREATING A LIST BASED ON EXISTING LISTS
ZF expression; Parallel list comprehension; Parallel comprehension; Generator expression; Monad comprehension; List comprehensions; Array comprehension; Sequence comprehension; Python comprehension; Dictionary comprehension
<programming> (After Zermelo Frankel set theory). {David Turner}'s name for list comprehension. (1995-03-27)
Reading comprehension         
  • archive-date=2017-01-10}}</ref> Running Record Codes
  • A U.S. Marine helps a student with reading comprehension as part of a Partnership in Education program sponsored by Park Street Elementary School and Navy/Marine Corps Reserve Center Atlanta. The program is a community outreach program for sailors and Marines to visit the school and help students with class work.
ABILITY TO READ SINGLE WORDS, SENTENCES AND WHOLE TEXTS FLUENTLY AND TO UNDERSTAND THEM IN CONTEXT
Reading Comprehension; Reading comprehension in the United States; Comprehension critical task; Reading strategies; Text understanding; Reading age
Reading comprehension is the ability to process text, understand its meaning, and to integrate with what the reader already knows. Fundamental skills required in efficient reading comprehension are knowing meaning of words, ability to understand meaning of a word from discourse context, ability to follow organization of passage and to identify antecedents and references in it, ability to draw inferences from a passage about its contents, ability to identify the main thought of a passage, ability to answer questions answered in a passage, ability to recognize the literary devices or propositional structures used in a passage and determine its tone, to understand the situational mood (agents, objects, temporal and spatial reference points, casual and intentional inflections, etc.
reading age         
  • archive-date=2017-01-10}}</ref> Running Record Codes
  • A U.S. Marine helps a student with reading comprehension as part of a Partnership in Education program sponsored by Park Street Elementary School and Navy/Marine Corps Reserve Center Atlanta. The program is a community outreach program for sailors and Marines to visit the school and help students with class work.
ABILITY TO READ SINGLE WORDS, SENTENCES AND WHOLE TEXTS FLUENTLY AND TO UNDERSTAND THEM IN CONTEXT
Reading Comprehension; Reading comprehension in the United States; Comprehension critical task; Reading strategies; Text understanding; Reading age
¦ noun a child's reading ability expressed with reference to an average age at which a comparable ability is found.
Comprehension of idioms         
  • Compositional models.
  • The dual idiom representation model.
  • Gray's Neuroanatomy.
  • Noncompositional Models.
Comprehension of idioms is the act of processing and understanding idioms. Idioms are a common type of figure of speech.
Axiom of Comprehension         
AXIOM SCHEMA
Axiom of specification; Axiom of separation; Axiom schema of separation; Axiom schema of comprehension; Axiom of comprehension; Unrestricted comprehension; Axiom of abstraction; Axiom of subsets; Axioms of subsets; Subset axiom; Axiom schema of restricted comprehension; Comprehension axiom; Aussonderungsaxiom; Axiom schema of unrestricted comprehension; Unrestricted comprehension principle
<mathematics> An axiom schema of set theory which states: if P(x) is a property then x : P is a set. I.e. all the things with some property form a set. Acceptance of this axiom leads to Russell's Paradox which is why Zermelo set theory replaces it with a restricted form. (1995-03-31)
Axiom schema of specification         
AXIOM SCHEMA
Axiom of specification; Axiom of separation; Axiom schema of separation; Axiom schema of comprehension; Axiom of comprehension; Unrestricted comprehension; Axiom of abstraction; Axiom of subsets; Axioms of subsets; Subset axiom; Axiom schema of restricted comprehension; Comprehension axiom; Aussonderungsaxiom; Axiom schema of unrestricted comprehension; Unrestricted comprehension principle
In many popular versions of axiomatic set theory, the axiom schema of specification, also known as the axiom schema of separation, subset axiom scheme or axiom schema of restricted comprehension is an axiom schema. Essentially, it says that any definable subclass of a set is a set.
set comprehension         
MATHEMATICAL NOTATION FOR DESCRIBING A SET BY ENUMERATING ITS ELEMENTS OR STATING THE PROPERTIES THAT ITS MEMBERS MUST SATISFY
Set builder notation; Set-builder; Set comprehension; Set notation; Set builder; Set abstraction; Set Notation; Such that
such that         
MATHEMATICAL NOTATION FOR DESCRIBING A SET BY ENUMERATING ITS ELEMENTS OR STATING THE PROPERTIES THAT ITS MEMBERS MUST SATISFY
Set builder notation; Set-builder; Set comprehension; Set notation; Set builder; Set abstraction; Set Notation; Such that
to the extent that.